runtime.adjustinfo.delta (field)

7 uses

	runtime (current package)
		stack.go#L557: 	delta uintptr // ptr distance from old to new stack (newbase - oldbase)
		stack.go#L573: 		*pp = p + adjinfo.delta
		stack.go#L601: 	delta := adjinfo.delta
		stack.go#L839: 		newBot := oldBot + adjinfo.delta
		stack.go#L885: 	adjinfo.delta = new.hi - old.hi
		stack.go#L923: 		adjinfo.sghi += adjinfo.delta
		stack.go#L930: 	gp.stktopsp += adjinfo.delta